home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 February / CHIPCD_02_2002.iso / Internet / Macromedia ColdFusion Server 5 / coldfusion-50-win-us.exe / data1.cab / Examples / CFDOCS / exampleapps / cf5examples / behindscenes.cfm < prev    next >
Encoding:
Text File  |  2001-06-13  |  1.0 KB  |  22 lines

  1. <tr bgcolor="bbbbbb"><td height="1" colspan="3"><img src="images/clear.gif" height="1" width="1" border="0" alt=""></td></tr>
  2. <tr bgcolor="eeeeee">
  3.     <td height="30"> </td>
  4.     <td colspan="2">
  5.  
  6.         <table border="0" cellpadding="0" cellspacing="0">
  7.         <tr>
  8.         <cfif getFileFromPath(getBaseTemplatePath()) is "bts.cfm">
  9.             <td><a href="javascript:history.back()"><img src="../images/back.gif" width="16" height="16" border="0" alt=""></a></td>
  10.             <td>  </td>
  11.             <td><p><a href="javascript:history.back()">Return to previous page</a></p></td>
  12.         <cfelse>
  13.             <td><a href="bts.cfm"><img src="../images/behindscenes.gif" width="16" height="16" border="0" alt="Click to learn more about this example"></a></td>
  14.             <td>  </td>
  15.             <td><p><a href="bts.cfm">Behind the Scenes</a></td>
  16.         </cfif>
  17.             <td><p>  ||  <a href="../index.cfm">Examples Menu</a></p></td>
  18.         </tr>
  19.         </table>
  20.     </td>
  21. </tr>
  22. <tr bgcolor="bbbbbb"><td height="1" colspan="3"><img src="images/clear.gif" height="1" width="1" border="0" alt=""></td></tr>